projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcc22e
)
(detect_coding_iso_2022): Don't treat SI/SO codes as a
author
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:24:02 +0000
(11:24 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:24:02 +0000
(11:24 +0000)
strong evidence of ISO-2022.
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 59592fdd09dbf07678a010ede1f1c97ef8531b26..3557f865292a720ee015cd59b2e11f53b935fee5 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-2661,7
+2661,6
@@
detect_coding_iso_2022 (coding, detect_info)
break;
single_shifting = 0;
rejected |= CATEGORY_MASK_ISO_7BIT | CATEGORY_MASK_ISO_8BIT;
- found |= CATEGORY_MASK_ISO_ELSE;
break;
case ISO_CODE_CSI: